3.7.96 \(\int \frac {a+b \sin (x)}{(b+a \sin (x))^2} \, dx\) [696]

Optimal. Leaf size=12 \[ -\frac {\cos (x)}{b+a \sin (x)} \]

[Out]

-cos(x)/(b+a*sin(x))

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 12, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.133, Rules used = {2833, 8} \begin {gather*} -\frac {\cos (x)}{a \sin (x)+b} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a + b*Sin[x])/(b + a*Sin[x])^2,x]

[Out]

-(Cos[x]/(b + a*Sin[x]))

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rule 2833

Int[((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)])^(m_)*((c_.) + (d_.)*sin[(e_.) + (f_.)*(x_)]), x_Symbol] :> Simp[(-(
b*c - a*d))*Cos[e + f*x]*((a + b*Sin[e + f*x])^(m + 1)/(f*(m + 1)*(a^2 - b^2))), x] + Dist[1/((m + 1)*(a^2 - b
^2)), Int[(a + b*Sin[e + f*x])^(m + 1)*Simp[(a*c - b*d)*(m + 1) - (b*c - a*d)*(m + 2)*Sin[e + f*x], x], x], x]
 /; FreeQ[{a, b, c, d, e, f}, x] && NeQ[b*c - a*d, 0] && NeQ[a^2 - b^2, 0] && LtQ[m, -1] && IntegerQ[2*m]

Rubi steps

\begin {align*} \int \frac {a+b \sin (x)}{(b+a \sin (x))^2} \, dx &=-\frac {\cos (x)}{b+a \sin (x)}+\frac {\int 0 \, dx}{a^2-b^2}\\ &=-\frac {\cos (x)}{b+a \sin (x)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.04, size = 12, normalized size = 1.00 \begin {gather*} -\frac {\cos (x)}{b+a \sin (x)} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(a + b*Sin[x])/(b + a*Sin[x])^2,x]

[Out]

-(Cos[x]/(b + a*Sin[x]))

________________________________________________________________________________________

Maple [B] Leaf count of result is larger than twice the leaf count of optimal. \(35\) vs. \(2(12)=24\).
time = 0.12, size = 36, normalized size = 3.00

method result size
default \(\frac {-\frac {a \tan \left (\frac {x}{2}\right )}{b}-1}{\frac {b \left (\tan ^{2}\left (\frac {x}{2}\right )\right )}{2}+a \tan \left (\frac {x}{2}\right )+\frac {b}{2}}\) \(36\)
risch \(-\frac {2 \left (i a +b \,{\mathrm e}^{i x}\right )}{a \left (a \,{\mathrm e}^{2 i x}-a +2 i b \,{\mathrm e}^{i x}\right )}\) \(40\)
norman \(\frac {-2 \left (\tan ^{2}\left (\frac {x}{2}\right )\right )-\frac {2 a \tan \left (\frac {x}{2}\right )}{b}-\frac {2 a \left (\tan ^{3}\left (\frac {x}{2}\right )\right )}{b}-2}{\left (1+\tan ^{2}\left (\frac {x}{2}\right )\right ) \left (b \left (\tan ^{2}\left (\frac {x}{2}\right )\right )+2 a \tan \left (\frac {x}{2}\right )+b \right )}\) \(63\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*sin(x))/(b+a*sin(x))^2,x,method=_RETURNVERBOSE)

[Out]

2*(-1/2*a/b*tan(1/2*x)-1/2)/(1/2*b*tan(1/2*x)^2+a*tan(1/2*x)+1/2*b)

________________________________________________________________________________________

Maxima [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: ValueError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sin(x))/(b+a*sin(x))^2,x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(4*a^2-4*b^2>0)', see `assume?`
 for more de

________________________________________________________________________________________

Fricas [A]
time = 0.34, size = 12, normalized size = 1.00 \begin {gather*} -\frac {\cos \left (x\right )}{a \sin \left (x\right ) + b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sin(x))/(b+a*sin(x))^2,x, algorithm="fricas")

[Out]

-cos(x)/(a*sin(x) + b)

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sin(x))/(b+a*sin(x))**2,x)

[Out]

Timed out

________________________________________________________________________________________

Giac [B] Leaf count of result is larger than twice the leaf count of optimal. 32 vs. \(2 (12) = 24\).
time = 0.43, size = 32, normalized size = 2.67 \begin {gather*} -\frac {2 \, {\left (a \tan \left (\frac {1}{2} \, x\right ) + b\right )}}{{\left (b \tan \left (\frac {1}{2} \, x\right )^{2} + 2 \, a \tan \left (\frac {1}{2} \, x\right ) + b\right )} b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sin(x))/(b+a*sin(x))^2,x, algorithm="giac")

[Out]

-2*(a*tan(1/2*x) + b)/((b*tan(1/2*x)^2 + 2*a*tan(1/2*x) + b)*b)

________________________________________________________________________________________

Mupad [B]
time = 7.87, size = 24, normalized size = 2.00 \begin {gather*} -\frac {a\,\sin \left (x\right )+b\,\left (\cos \left (x\right )+1\right )}{b\,\left (b+a\,\sin \left (x\right )\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*sin(x))/(b + a*sin(x))^2,x)

[Out]

-(a*sin(x) + b*(cos(x) + 1))/(b*(b + a*sin(x)))

________________________________________________________________________________________